home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 1.iso / pc / data / shared.dir / 00747.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  266 b   |  14 lines

  1. on goNextSlide
  2.   global gNumberofSlides, gCurrentSlide
  3.   if gCurrentSlide <= gNumberofSlides then
  4.     if soundBusy(2) then
  5.       go(the frame)
  6.     else
  7.       set gCurrentSlide to gCurrentSlide + 1
  8.       go(marker(1))
  9.     end if
  10.   else
  11.     go(the frame)
  12.   end if
  13. end
  14.